From fd9d32c804a765310323349e4186f29b73665ebd Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 24 Jun 2013 12:00:27 +0000 Subject: [PATCH] wget: forcefully disable libuuid (#13746) SVN-Revision: 37022 --- net/wget/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/wget/Makefile b/net/wget/Makefile index ad55d2949..297ece043 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -65,6 +65,9 @@ CONFIGURE_ARGS+= \ --disable-rpath \ --disable-iri +CONFIGURE_VARS += \ + ac_cv_header_uuid_uuid_h=no + ifeq ($(BUILD_VARIANT),ssl) CONFIGURE_ARGS+= \ --with-ssl=openssl \ -- 2.30.2